home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1996 September & October / Amiga-CD 1996 #9-10.iso / grafik / ssa-version_prüfen < prev    next >
Text File  |  1996-07-24  |  709b  |  18 lines

  1. failat 21
  2. version >nil: libs:ssa.library Version 4 Revision 160
  3. if warn
  4.      :c/Requestchoice20 >env:ssaold "Nachfrage" "*nIhre ssa.library ist zu alt oder nicht vorhanden!*nSie können daher die Anims nicht ansehen.*nNeue ssa.library nach libs: kopieren?" "Ja, kopieren" "Nein"
  5.      if $ssaold EQ 1
  6.          copy >nil: "Anims-95/SSAMultiPlay/ssa.library" libs:
  7.          if WARN
  8.              :c/Requestchoice20 >nil: "Information" "Kopieren fehlgeschlagen!*nVersuchen Sie es nach einem Neustart!" "Ok"
  9.          else
  10.              :c/Requestchoice20 >nil: "Information" "Kopieren erfolgreich beendet" "Ok"
  11.          endif
  12.          Anims-95/SSAMultiPlay/FlushMem
  13.      endif
  14. else
  15.      :c/Requestchoice20 >nil: "SSA-Überprüfung" "Ihre ssa.library ist in Ordnung!" "Ok"
  16. endif
  17.  
  18.